home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00255_Sc1.3.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  239 b   |  11 lines

  1. on mouseUp
  2.   if the memberNum of sprite 5 <> 0 then
  3.     if the movieTime of sprite 5 < 24000 then
  4.       set the movieTime of sprite 5 to 23838
  5.     else
  6.       set the movieTime of sprite 5 to 24144
  7.     end if
  8.     updateStage()
  9.   end if
  10. end
  11.